home *** CD-ROM | disk | FTP | other *** search
- (message
- "\n\nWelcome to DE Backup!\n\n"
- "This utility program allows you to create a backup-copy of the DiskExpander "
- "main program disk.\n\n Of course, this backup-copy cannot be used as a "
- "replacement for the original program disk."
- )
-
- (message
- "\n\n\nIn addition to the original program disk, you need a fresh formatted "
- "disk on which the backup copy shall be stored. "
- "\n\nThis disk must be labeled `DEBackup`. Renaming the "
- "disk can be done either via RENAME oder by using the function RENAME."
- )
-
- (copyfiles
- (source "DiskExpander:")
- (dest "DECopy:")
- (all)
- )
-
- (message
- "\n\n\n\nThe disk has been copies successfully!\n\nThe new disk now contains "
- "all files of the DiskExpander software package.\n\n"
- "The disk does not contain the copy-protection!"
- )
-
- (exit (quiet))
-